home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 November / PCWNOV07.iso / Software / Trial / AceHTML Pro 6.6 / acehtml6pro.exe / RefEditor.exe / 0 / RCDATA / TFRMEDITREF / TFRMEDITREF.txt
Encoding:
Text File  |  2006-09-13  |  68.5 KB  |  2,079 lines

  1. object frmEditRef: TfrmEditRef
  2.   Left = 292
  3.   Top = 127
  4.   Width = 640
  5.   Height = 480
  6.   Caption = 'Edit HTML reference'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnMouseDown = FormMouseDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Splitter: TSplitter
  22.     Left = 336
  23.     Top = 45
  24.     Width = 9
  25.     Height = 382
  26.     Cursor = crHSplit
  27.     Align = alRight
  28.     Beveled = True
  29.     Visible = False
  30.   end
  31.   object gridReference: TdxDBGrid
  32.     Left = 0
  33.     Top = 45
  34.     Width = 336
  35.     Height = 382
  36.     Bands = <
  37.       item
  38.       end>
  39.     DefaultLayout = True
  40.     HeaderPanelRowCount = 1
  41.     KeyField = 'RecId'
  42.     SummaryGroups = <>
  43.     SummarySeparator = ', '
  44.     Align = alClient
  45.     TabOrder = 0
  46.     OnDblClick = gridReferenceDblClick
  47.     OnMouseDown = gridReferenceMouseDown
  48.     OnMouseUp = gridReferenceMouseUp
  49.     DataSource = dsrcHTMLRef
  50.     Filter.Criteria = {00000000}
  51.     LookAndFeel = lfFlat
  52.     OptionsBehavior = [edgoAutoSort, edgoCaseInsensitive, edgoDragScroll, edgoEditing, edgoEnterShowEditor, edgoImmediateEditor, edgoSeekDetail, edgoTabs, edgoTabThrough, edgoVertThrough]
  53.     OptionsDB = [edgoCancelOnExit, edgoCanNavigation, edgoLoadAllRecords, edgoUseBookmarks, edgoUseLocate]
  54.     OptionsView = [edgoAutoWidth, edgoBandHeaderWidth, edgoDrawEndEllipsis, edgoUseBitmap]
  55.     OnChangeNode = gridReferenceChangeNode
  56.     OnCustomDrawCell = gridReferenceCustomDrawCell
  57.     object colSection: TdxDBGridColumn
  58.       DisableCustomizing = True
  59.       Sorted = csUp
  60.       Visible = False
  61.       Width = 29
  62.       BandIndex = 0
  63.       RowIndex = 0
  64.       FieldName = 'SECTION'
  65.       GroupIndex = 0
  66.     end
  67.     object colTag: TdxDBGridMaskColumn
  68.       Sorted = csUp
  69.       Visible = False
  70.       Width = 47
  71.       BandIndex = 0
  72.       RowIndex = 0
  73.       FieldName = 'TAG'
  74.       GroupIndex = 1
  75.     end
  76.     object colAttr: TdxDBGridMaskColumn
  77.       Sorted = csUp
  78.       Width = 79
  79.       BandIndex = 0
  80.       RowIndex = 0
  81.       DisableGrouping = True
  82.       FieldName = 'ATTR'
  83.     end
  84.     object colType: TdxDBGridPickColumn
  85.       Width = 248
  86.       BandIndex = 0
  87.       RowIndex = 0
  88.       DisableGrouping = True
  89.       FieldName = 'TYPE'
  90.       OnEditButtonClick = colTypeEditButtonClick
  91.     end
  92.     object colCompat: TdxDBGridImageColumn
  93.       Alignment = taLeftJustify
  94.       MinWidth = 16
  95.       Width = 63
  96.       BandIndex = 0
  97.       RowIndex = 0
  98.       DisableGrouping = True
  99.       FieldName = 'COMPAT'
  100.       OnEditButtonClick = colCompatEditButtonClick
  101.       Descriptions.Strings = (
  102.         'HTML standard'
  103.         'Microsoft Internet Explorer'
  104.         'Netscape Naviagtor'
  105.         'W3C Specification'
  106.         'Obsolete'
  107.         'W3C XHTML'
  108.         'WML'
  109.         'N/A')
  110.       Images = ilCompat
  111.       ImageIndexes.Strings = (
  112.         '0'
  113.         '1'
  114.         '2'
  115.         '3'
  116.         '4'
  117.         '5'
  118.         '6'
  119.         '7')
  120.       ShowDescription = True
  121.       Values.Strings = (
  122.         '0'
  123.         '1'
  124.         '2'
  125.         '3'
  126.         '4'
  127.         '5'
  128.         '6'
  129.         '-1')
  130.     end
  131.   end
  132.   object sbarStatus: TStatusBar
  133.     Left = 0
  134.     Top = 427
  135.     Width = 632
  136.     Height = 19
  137.     Panels = <>
  138.     SimplePanel = True
  139.   end
  140.   object pagesProperties: TPageControl
  141.     Left = 345
  142.     Top = 45
  143.     Width = 287
  144.     Height = 382
  145.     ActivePage = tabOperand
  146.     Align = alRight
  147.     HotTrack = True
  148.     MultiLine = True
  149.     Style = tsFlatButtons
  150.     TabOrder = 2
  151.     Visible = False
  152.     object tabTagProp: TTabSheet
  153.       Caption = 'Tag'
  154.       TabVisible = False
  155.       object lblAll: TLabel
  156.         Left = 5
  157.         Top = 180
  158.         Width = 83
  159.         Height = 13
  160.         Caption = 'All structural tags:'
  161.       end
  162.       object btnAddWithin: TSpeedButton
  163.         Left = 130
  164.         Top = 199
  165.         Width = 23
  166.         Height = 22
  167.         Caption = '>'
  168.         OnClick = btnAddWithinClick
  169.       end
  170.       object btnDelWithin: TSpeedButton
  171.         Left = 130
  172.         Top = 224
  173.         Width = 23
  174.         Height = 22
  175.         Caption = '<'
  176.         OnClick = btnDelWithinClick
  177.       end
  178.       object btnDelEqual: TSpeedButton
  179.         Left = 130
  180.         Top = 301
  181.         Width = 23
  182.         Height = 22
  183.         Caption = '<'
  184.         Enabled = False
  185.         OnClick = btnDelWithinClick
  186.       end
  187.       object btnAddEqual: TSpeedButton
  188.         Left = 130
  189.         Top = 276
  190.         Width = 23
  191.         Height = 22
  192.         Caption = '>'
  193.         Enabled = False
  194.         OnClick = btnAddWithinClick
  195.       end
  196.       object lblEqual: TLabel
  197.         Left = 157
  198.         Top = 257
  199.         Width = 76
  200.         Height = 13
  201.         Caption = 'Equivalent tags:'
  202.         Enabled = False
  203.       end
  204.       object lblWithin: TLabel
  205.         Left = 157
  206.         Top = 180
  207.         Width = 76
  208.         Height = 13
  209.         Caption = 'Embracing tags:'
  210.       end
  211.       object lblStartTag: TLabel
  212.         Left = 5
  213.         Top = 52
  214.         Width = 61
  215.         Height = 13
  216.         Caption = 'Balise debut:'
  217.       end
  218.       object lblEndTag: TLabel
  219.         Left = 5
  220.         Top = 71
  221.         Width = 62
  222.         Height = 13
  223.         Caption = 'Fin de balise:'
  224.       end
  225.       object lblTagName: TLabel
  226.         Left = 5
  227.         Top = 24
  228.         Width = 31
  229.         Height = 13
  230.         Caption = 'Name:'
  231.       end
  232.       object lblTagProp: TLabel
  233.         Left = 5
  234.         Top = 0
  235.         Width = 99
  236.         Height = 13
  237.         Caption = 'Properties of tag '
  238.         Font.Charset = DEFAULT_CHARSET
  239.         Font.Color = clWindowText
  240.         Font.Height = -12
  241.         Font.Name = 'MS Sans Serif'
  242.         Font.Style = [fsBold]
  243.         ParentFont = False
  244.       end
  245.       object lblCompat: TLabel
  246.         Left = 5
  247.         Top = 97
  248.         Width = 64
  249.         Height = 13
  250.         Caption = 'Compatibility: '
  251.       end
  252.       object lblStructural: TLabel
  253.         Left = 22
  254.         Top = 126
  255.         Width = 251
  256.         Height = 29
  257.         AutoSize = False
  258.         Caption = 'Tags opened within the tag must be closed winthin the tag'
  259.         FocusControl = chkStructural
  260.         WordWrap = True
  261.       end
  262.       object chkStartTag: TCheckBox
  263.         Left = 75
  264.         Top = 52
  265.         Width = 90
  266.         Height = 14
  267.         HelpContext = 972
  268.         Caption = 'optional'
  269.         Enabled = False
  270.         TabOrder = 1
  271.         OnClick = editTagNameChange
  272.       end
  273.       object chkStructural: TCheckBox
  274.         Left = 5
  275.         Top = 126
  276.         Width = 16
  277.         Height = 14
  278.         HelpContext = 671
  279.         TabOrder = 7
  280.         OnClick = chkStructuralClick
  281.       end
  282.       object chkDontInterpret: TCheckBox
  283.         Left = 5
  284.         Top = 158
  285.         Width = 268
  286.         Height = 13
  287.         HelpContext = 672
  288.         Caption = 'Don'#39't interpret text within the tag'
  289.         TabOrder = 8
  290.         OnClick = editTagNameChange
  291.       end
  292.       object lboxAll: TListBox
  293.         Left = 5
  294.         Top = 195
  295.         Width = 120
  296.         Height = 133
  297.         HelpContext = 673
  298.         ItemHeight = 13
  299.         Sorted = True
  300.         TabOrder = 9
  301.       end
  302.       object lboxWithin: TListBox
  303.         Left = 157
  304.         Top = 195
  305.         Width = 120
  306.         Height = 56
  307.         HelpContext = 674
  308.         ItemHeight = 13
  309.         Sorted = True
  310.         TabOrder = 10
  311.       end
  312.       object lboxEqual: TListBox
  313.         Left = 157
  314.         Top = 272
  315.         Width = 120
  316.         Height = 56
  317.         HelpContext = 675
  318.         Enabled = False
  319.         ItemHeight = 13
  320.         Sorted = True
  321.         TabOrder = 11
  322.       end
  323.       object rbRequired: TRadioButton
  324.         Left = 74
  325.         Top = 70
  326.         Width = 71
  327.         Height = 17
  328.         HelpContext = 971
  329.         Caption = 'obligatoire'
  330.         Checked = True
  331.         TabOrder = 3
  332.         TabStop = True
  333.         OnClick = rbRequiredClick
  334.       end
  335.       object rbOptional: TRadioButton
  336.         Left = 144
  337.         Top = 70
  338.         Width = 73
  339.         Height = 17
  340.         HelpContext = 971
  341.         Caption = 'facultative'
  342.         TabOrder = 4
  343.         OnClick = rbRequiredClick
  344.       end
  345.       object rbForbidden: TRadioButton
  346.         Left = 213
  347.         Top = 70
  348.         Width = 113
  349.         Height = 17
  350.         HelpContext = 971
  351.         Caption = 'interdite'
  352.         TabOrder = 5
  353.         OnClick = rbRequiredClick
  354.       end
  355.       object editTagName: TEdit
  356.         Left = 55
  357.         Top = 21
  358.         Width = 222
  359.         Height = 21
  360.         HelpContext = 669
  361.         TabOrder = 0
  362.         OnChange = editTagNameChange
  363.       end
  364.       object btnResetTag: TButton
  365.         Left = 5
  366.         Top = 336
  367.         Width = 75
  368.         Height = 22
  369.         HelpContext = 668
  370.         Caption = 'Reset'
  371.         TabOrder = 12
  372.         OnClick = btnResetTagClick
  373.       end
  374.       object cBoxCompat: TComboBox
  375.         Left = 76
  376.         Top = 93
  377.         Width = 201
  378.         Height = 22
  379.         HelpContext = 670
  380.         Style = csOwnerDrawFixed
  381.         ItemHeight = 16
  382.         TabOrder = 6
  383.         OnChange = editTagNameChange
  384.         OnDrawItem = cBoxCompatDrawItem
  385.       end
  386.       object chkEmpty: TCheckBox
  387.         Left = 166
  388.         Top = 52
  389.         Width = 115
  390.         Height = 14
  391.         Caption = 'Empty tag'
  392.         TabOrder = 2
  393.       end
  394.     end
  395.     object tabAttrProp: TTabSheet
  396.       Caption = 'Attribute'
  397.       ImageIndex = 1
  398.       TabVisible = False
  399.       object lblAttrProp: TLabel
  400.         Left = 4
  401.         Top = 0
  402.         Width = 128
  403.         Height = 13
  404.         Caption = 'Properties of attribute '
  405.         Font.Charset = DEFAULT_CHARSET
  406.         Font.Color = clWindowText
  407.         Font.Height = -12
  408.         Font.Name = 'MS Sans Serif'
  409.         Font.Style = [fsBold]
  410.         ParentFont = False
  411.       end
  412.       object rbLink: TRadioButton
  413.         Left = 4
  414.         Top = 55
  415.         Width = 269
  416.         Height = 14
  417.         HelpContext = 980
  418.         Caption = 'URL attribute'
  419.         TabOrder = 0
  420.         OnClick = rbLinkClick
  421.       end
  422.       object chkLoadedURL: TCheckBox
  423.         Left = 25
  424.         Top = 73
  425.         Width = 248
  426.         Height = 14
  427.         HelpContext = 664
  428.         Caption = 'Loaded with document'
  429.         Enabled = False
  430.         TabOrder = 1
  431.         OnClick = chkMandatoryClick
  432.       end
  433.       object rbCodebase: TRadioButton
  434.         Left = 4
  435.         Top = 91
  436.         Width = 159
  437.         Height = 14
  438.         HelpContext = 665
  439.         Caption = 'URL base attribute'
  440.         TabOrder = 2
  441.         OnClick = rbLinkClick
  442.       end
  443.       object rbAnchor: TRadioButton
  444.         Left = 4
  445.         Top = 108
  446.         Width = 159
  447.         Height = 14
  448.         HelpContext = 666
  449.         Caption = 'Anchor attribute'
  450.         TabOrder = 3
  451.         OnClick = rbLinkClick
  452.       end
  453.       object chkMandatory: TCheckBox
  454.         Left = 4
  455.         Top = 28
  456.         Width = 237
  457.         Height = 17
  458.         HelpContext = 979
  459.         Caption = 'Attribute is mandatory'
  460.         TabOrder = 4
  461.         OnClick = chkMandatoryClick
  462.       end
  463.       object btnResetAttr: TButton
  464.         Left = 5
  465.         Top = 336
  466.         Width = 75
  467.         Height = 22
  468.         HelpContext = 668
  469.         Caption = 'Reset'
  470.         TabOrder = 5
  471.         OnClick = btnResetAttrClick
  472.       end
  473.       object rbNone: TRadioButton
  474.         Left = 4
  475.         Top = 124
  476.         Width = 113
  477.         Height = 17
  478.         HelpContext = 667
  479.         Caption = 'None'
  480.         TabOrder = 6
  481.         Visible = False
  482.         OnClick = rbLinkClick
  483.       end
  484.       object lboxMultiTags: TCheckListBox
  485.         Left = 5
  486.         Top = 180
  487.         Width = 231
  488.         Height = 149
  489.         OnClickCheck = lboxMultiTagsClickCheck
  490.         Columns = 2
  491.         ItemHeight = 13
  492.         TabOrder = 7
  493.         Visible = False
  494.       end
  495.       object btnMultiTag: TButton
  496.         Left = 5
  497.         Top = 153
  498.         Width = 231
  499.         Height = 22
  500.         Caption = 'Define for multiple tags'
  501.         TabOrder = 8
  502.         OnClick = btnMultiTagClick
  503.       end
  504.     end
  505.     object TabStyleProp: TTabSheet
  506.       ImageIndex = 2
  507.       TabVisible = False
  508.       object lblStyleProp: TLabel
  509.         Left = 5
  510.         Top = 5
  511.         Width = 103
  512.         Height = 13
  513.         Caption = 'Properties of style'
  514.         Font.Charset = DEFAULT_CHARSET
  515.         Font.Color = clWindowText
  516.         Font.Height = -12
  517.         Font.Name = 'MS Sans Serif'
  518.         Font.Style = [fsBold]
  519.         ParentFont = False
  520.       end
  521.       object lblAllTags: TLabel
  522.         Left = 5
  523.         Top = 25
  524.         Width = 112
  525.         Height = 13
  526.         Caption = 'Style is defined for tags:'
  527.       end
  528.       object lblSubProps: TLabel
  529.         Left = 5
  530.         Top = 180
  531.         Width = 68
  532.         Height = 13
  533.         Caption = 'Subproperties:'
  534.       end
  535.       object lboxTags: TCheckListBox
  536.         Left = 5
  537.         Top = 40
  538.         Width = 231
  539.         Height = 131
  540.         HelpContext = 975
  541.         OnClickCheck = lboxTagsClickCheck
  542.         Columns = 2
  543.         ItemHeight = 13
  544.         TabOrder = 0
  545.       end
  546.       object lboxSubProps: TCheckListBox
  547.         Left = 4
  548.         Top = 195
  549.         Width = 231
  550.         Height = 131
  551.         HelpContext = 2445
  552.         OnClickCheck = lboxTagsClickCheck
  553.         ItemHeight = 13
  554.         TabOrder = 1
  555.         OnMouseDown = lboxSubPropsMouseDown
  556.       end
  557.       object btnAutoDef: TButton
  558.         Left = 5
  559.         Top = 325
  560.         Width = 231
  561.         Height = 21
  562.         HelpContext = 3763
  563.         Caption = '&Auto define'
  564.         TabOrder = 2
  565.         OnClick = btnAutoDefClick
  566.       end
  567.       object btnResetStyle: TButton
  568.         Left = 5
  569.         Top = 355
  570.         Width = 75
  571.         Height = 25
  572.         HelpContext = 668
  573.         Caption = 'Reset'
  574.         TabOrder = 3
  575.         OnClick = btnResetStyleClick
  576.       end
  577.     end
  578.     object tabOperator: TTabSheet
  579.       Caption = 'tabOperator'
  580.       ImageIndex = 3
  581.       TabVisible = False
  582.       object lblFolder: TLabel
  583.         Left = 5
  584.         Top = 255
  585.         Width = 32
  586.         Height = 13
  587.         Caption = 'Folder:'
  588.       end
  589.       object lblTemplate: TLabel
  590.         Left = 5
  591.         Top = 100
  592.         Width = 47
  593.         Height = 13
  594.         Caption = 'Template:'
  595.       end
  596.       object lblOperatorDescr: TLabel
  597.         Left = 5
  598.         Top = 55
  599.         Width = 56
  600.         Height = 13
  601.         Caption = 'Description:'
  602.       end
  603.       object lblOperator: TLabel
  604.         Left = 5
  605.         Top = 30
  606.         Width = 31
  607.         Height = 13
  608.         Caption = 'Name:'
  609.       end
  610.       object lblPropertiesOfOperator: TLabel
  611.         Left = 5
  612.         Top = 5
  613.         Width = 124
  614.         Height = 13
  615.         Caption = 'Properties of operator'
  616.         Font.Charset = DEFAULT_CHARSET
  617.         Font.Color = clWindowText
  618.         Font.Height = -12
  619.         Font.Name = 'MS Sans Serif'
  620.         Font.Style = [fsBold]
  621.         ParentFont = False
  622.       end
  623.       object btnResetOp: TButton
  624.         Left = 5
  625.         Top = 329
  626.         Width = 75
  627.         Height = 25
  628.         Caption = 'Reset'
  629.         TabOrder = 0
  630.       end
  631.       object cboxFolder: TComboBox
  632.         Left = 5
  633.         Top = 270
  634.         Width = 226
  635.         Height = 21
  636.         ItemHeight = 13
  637.         TabOrder = 1
  638.       end
  639.       object memoTemplate: TMemo
  640.         Left = 5
  641.         Top = 115
  642.         Width = 226
  643.         Height = 126
  644.         ScrollBars = ssBoth
  645.         TabOrder = 2
  646.         WordWrap = False
  647.       end
  648.       object editOperatorDescr: TEdit
  649.         Left = 5
  650.         Top = 70
  651.         Width = 226
  652.         Height = 21
  653.         TabOrder = 3
  654.       end
  655.       object editOperator: TEdit
  656.         Left = 55
  657.         Top = 25
  658.         Width = 176
  659.         Height = 21
  660.         TabOrder = 4
  661.         OnChange = editOperatorChange
  662.       end
  663.     end
  664.     object tabOperand: TTabSheet
  665.       Caption = 'tabOperand'
  666.       ImageIndex = 4
  667.       TabVisible = False
  668.       object lblOpSuffix: TLabel
  669.         Left = 90
  670.         Top = 55
  671.         Width = 29
  672.         Height = 13
  673.         Caption = 'Suffix:'
  674.       end
  675.       object lblOpPrefix: TLabel
  676.         Left = 5
  677.         Top = 55
  678.         Width = 29
  679.         Height = 13
  680.         Caption = 'Prefix:'
  681.       end
  682.       object lblOperandProp: TLabel
  683.         Left = 5
  684.         Top = 5
  685.         Width = 123
  686.         Height = 13
  687.         Caption = 'Properties of operand'
  688.         Font.Charset = DEFAULT_CHARSET
  689.         Font.Color = clWindowText
  690.         Font.Height = -12
  691.         Font.Name = 'MS Sans Serif'
  692.         Font.Style = [fsBold]
  693.         ParentFont = False
  694.       end
  695.       object lblDescriptionOperand: TLabel
  696.         Left = 5
  697.         Top = 90
  698.         Width = 56
  699.         Height = 13
  700.         Caption = 'Description:'
  701.       end
  702.       object editOpDescr: TEdit
  703.         Left = 5
  704.         Top = 105
  705.         Width = 231
  706.         Height = 21
  707.         TabOrder = 3
  708.         OnChange = editOpPrefixChange
  709.       end
  710.       object editOpPrefix: TEdit
  711.         Left = 46
  712.         Top = 50
  713.         Width = 26
  714.         Height = 21
  715.         MaxLength = 1
  716.         TabOrder = 1
  717.         OnChange = editOpPrefixChange
  718.       end
  719.       object editOpSuffix: TEdit
  720.         Left = 131
  721.         Top = 50
  722.         Width = 26
  723.         Height = 21
  724.         MaxLength = 1
  725.         TabOrder = 2
  726.         OnChange = editOpPrefixChange
  727.       end
  728.       object cboxOptional: TCheckBox
  729.         Left = 5
  730.         Top = 27
  731.         Width = 216
  732.         Height = 17
  733.         Caption = 'Operand is optional'
  734.         TabOrder = 0
  735.         OnClick = cboxOptionalClick
  736.       end
  737.       object btnResetOperand: TButton
  738.         Left = 5
  739.         Top = 329
  740.         Width = 75
  741.         Height = 25
  742.         Caption = 'Reset'
  743.         TabOrder = 4
  744.       end
  745.     end
  746.   end
  747.   object dlgOpen: TOpenDialog
  748.     DefaultExt = '.ref'
  749.     Filter = 
  750.       'HTML references (html*.ref)|html*.ref|CSS references (css*.ref)|' +
  751.       'css*.ref|ASP referebces (asp*.ref)|asp*.ref|SSI references (ssi*' +
  752.       '.ref)|ssi*.ref|All reference files (*.ref)|*.ref|All files (*.*)' +
  753.       '|*.*'
  754.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  755.     Left = 31
  756.     Top = 154
  757.   end
  758.   object dlgSave: TSaveDialog
  759.     Filter = 
  760.       'HTML references (html*.ref)|html*.ref|CSS references (css*.ref)|' +
  761.       'css*.ref|ASP referebces (asp*.ref)|asp*.ref|SSI references (ssi*' +
  762.       '.ref)|ssi*.ref|All reference files (*.ref)|*.ref|All files (*.*)' +
  763.       '|*.*'
  764.     Left = 59
  765.     Top = 154
  766.   end
  767.   object ilCompat: TImageList
  768.     Height = 13
  769.     Width = 18
  770.     Left = 59
  771.     Top = 182
  772.     Bitmap = {
  773.       494C010106000900040012000D00FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  774.       000000000000360000002800000048000000270000000100200000000000E02B
  775.       0000000000000000000000000000000000000000000000000000000000000000
  776.       0000000000000000000000000000000000000000000000000000000000000000
  777.       0000000000000000000000000000000000000000000000000000000000000000
  778.       0000000000000000000000000000000000000000000000000000000000000000
  779.       0000000000000000000000000000000000000000000000000000000000000000
  780.       0000000000000000000000000000000000000000000000000000000000000000
  781.       0000000000000000000000000000000000000000000000000000000000000000
  782.       0000000000000000000000000000000000000000000000000000000000000000
  783.       0000000000000000000000000000000000000000000000000000000000000000
  784.       0000000000000000000000000000000000000000000000000000000000000000
  785.       0000000000000000000000000000000000000000000000000000000000000000
  786.       0000000000000000000000000000000000000000000000000000000000000000
  787.       0000000000000000000000000000000000000000000000000000000000000000
  788.       0000000000000000000000000000000000000000000000000000000000000000
  789.       0000000000000000000000000000000000000000000000000000000000000000
  790.       0000000000000000000000000000000000000000000000000000000000000000
  791.       0000000000000000000000000000000000000000000000000000000000000000
  792.       0000000000000000000000000000000000000000000000000000000000000000
  793.       0000000000000000000000000000000000000000000000000000000000000000
  794.       0000000000000000000000000000000000000000000000000000000000000000
  795.       0000000000000000000000000000000000000000000000000000000000000000
  796.       0000000000000000000000000000000000000000000000000000000000000000
  797.       0000000000000000000000000000000000000000000000000000000000000000
  798.       0000000000000000000000000000000000000000000000000000000000000000
  799.       0000000000000000000000000000000000000000000000000000000000000000
  800.       0000000000000000000000000000000000000000000000000000000000000000
  801.       0000000000000000000000000000000000000000000000000000000000000000
  802.       0000000000000000000000000000000000000000000000000000000000000000
  803.       0000000000000000000000000000000000000000000000000000000000000000
  804.       0000000000000000000000000000000000000000000000000000000000000000
  805.       0000000000000000000000000000000000000000000000000000000000000000
  806.       0000000000000000000000000000000000000000000000000000000000000000
  807.       0000000000000000000000000000000000000000000000000000000000000000
  808.       0000000000000000000000000000000000000000000000000000000000000000
  809.       0000000000000000000000000000000000000000000000000000000000000000
  810.       0000000000000000000000000000000000000000000000000000000000000000
  811.       0000000000000000000000000000000000000000000000000000000000000000
  812.       0000000000000000000000000000000000000000000000000000000000000000
  813.       0000000000000000000000000000000000000000000000000000000000000000
  814.       0000000000000000000000000000000000000000000000000000000000000000
  815.       0000000000000000000000000000000000000000000000000000000000000000
  816.       0000000000000000000000000000000000000000000000000000000000000000
  817.       0000000000000000000000000000000000000000000000000000000000000000
  818.       0000000000000000000000000000000000000000000000000000000000000000
  819.       0000000000000000000000000000000000000000000000000000000000000000
  820.       0000000000000000000000000000000000000000000000000000000000000000
  821.       0000000000000000000000000000000000000000000000000000000000000000
  822.       0000000000000000000000000000000000000000000000000000000000000000
  823.       0000000000000000000000000000000000000000000000000000000000000000
  824.       0000000000000000000000000000000000000000000000000000000000000000
  825.       0000000000000000000000000000000000000000000000000000000000000000
  826.       0000000000000000000000000000000000000000000000000000000000000000
  827.       0000000000000000000000000000000000000000000000000000000000000000
  828.       0000000000000000000000000000000000000000000000000000000000000000
  829.       0000000000000000000000000000000000000000000000000000000000000000
  830.       0000000000000000000000000000000000000000000000000000000000000000
  831.       0000000000000000000000000000000000000000000000000000000000000000
  832.       0000000000000000000000000000000000000000000000000000000000000000
  833.       0000000000000000000000000000000000000000000000000000000000000000
  834.       0000000000000000000000000000000000000000000000000000000000000000
  835.       0000000000000000000000000000000000000000000000000000000000000000
  836.       0000000000000000000000000000000000000000000000000000000000000000
  837.       0000000000000000000000000000000000000000000000000000000000000000
  838.       0000000000000000000000000000000000000000000000000000000000000000
  839.       0000000000000000000000000000000000000000000000000000000000000000
  840.       0000000000000000000000000000000000000000000000000000000000000000
  841.       0000000000000000000000000000000000000000000000000000000000000000
  842.       0000000000000000000000000000000000000000000000000000000000000000
  843.       0000000000000000000000000000000000000000000000000000000000000000
  844.       0000000000000000000000000000000000000000000000000000000000000000
  845.       0000000000000000000000000000000000000000000000000000000000000000
  846.       0000000000000000000000000000000000000000000000000000000000000000
  847.       0000000000000000000000000000000000000000000000000000000000000000
  848.       0000000000000000000000000000000000000000000000000000000000000000
  849.       0000000000000000000000000000000000000000000000000000000000000000
  850.       0000000000000000000000000000000000000000000000000000000000000000
  851.       0000000000000000000000000000000000000000000000000000000000000000
  852.       0000000000000000000000000000000000000000000000000000000000000000
  853.       0000000000000000000000000000000000000000000000000000000000000000
  854.       0000000000000000000000000000000000000000000000000000000000000000
  855.       0000000000000000000000000000000000000000000000000000000000000000
  856.       0000000000000000000000000000000000000000000000000000000000000000
  857.       0000000000000000000000000000000000000000000000000000000000000000
  858.       0000000000000000000000000000000000000000000000000000000000000000
  859.       0000000000000000000000000000000000000000000000000000000000000000
  860.       0000000000000000000000000000000000000000000000000000000000000000
  861.       0000000000000000000000000000000000000000000000000000000000000000
  862.       0000000000000000000000000000000000000000000000000000000000000000
  863.       0000000000000000000000000000000000000000000000000000000000000000
  864.       0000000000000000000000000000000000000000000000000000000000000000
  865.       0000000000000000000000000000000000000000000000000000000000000000
  866.       0000000000000000000000000000000000000000000000000000000000000000
  867.       0000000000000000000000000000000000000000000000000000000000000000
  868.       0000000000000000000000000000000000000000000000000000000000000000
  869.       0000000000000000000000000000000000000000000000000000000000000000
  870.       0000000000000000000000000000000000000000000000000000000000000000
  871.       0000000000000000000000000000000000000000000000000000000000000000
  872.       0000000000000000000000000000000000000000000000000000000000000000
  873.       0000000000000000000000000000000000000000000000000000000000000000
  874.       0000000000000000000000000000000000000000000000000000000000000000
  875.       0000000000000000000000000000000000000000000000000000000000000000
  876.       0000000000000000000000000000000000000000000000000000000000000000
  877.       0000000000000000000000000000000000000000000000000000000000000000
  878.       0000000000000000000000000000000000000000000000000000000000000000
  879.       0000000000000000000000000000000000000000000000000000000000000000
  880.       0000000000000000000000000000000000000000000000000000000000000000
  881.       0000000000000000000000000000000000000000000000000000000000000000
  882.       0000000000000000000000000000000000000000000000000000000000000000
  883.       0000000000000000000000000000000000000000000000000000000000000000
  884.       0000000000000000000000000000000000000000000000000000000000000000
  885.       0000000000000000000000000000000000000000000000000000000000000000
  886.       0000000000000000000000000000000000000000000000000000000000000000
  887.       0000000000000000000000000000000000000000000000000000000000000000
  888.       0000000000000000000000000000000000000000000000000000000000000000
  889.       0000000000000000000000000000000000000000000000000000000000000000
  890.       0000000000000000000000000000000000000000000000000000000000000000
  891.       0000000000000000000000000000000000000000000000000000000000000000
  892.       0000000000000000000000000000000000000000000000000000000000000000
  893.       000000000000000000008080BE002B2B94000707820006068200292992007878
  894.       BA00000000000000000000000000000000000000000000000000FFFFFF00FFFF
  895.       FF00FFFFFF00FFFFFF00FFFFFF00B7B7C8006969E0000000FF002727F300AAAA
  896.       CC0000000000000000009090D4000D0DFB000000FF000D0DFB008383D8000000
  897.       0000000000000000000000000000000000000000000000000000000000000000
  898.       0000000000000000000000000000000000000000000000000000000000000000
  899.       0000000000000000000000000000000000000000000000000000000000000000
  900.       0000000000000000000000000000000000000000000000000000000000000000
  901.       0000000000000000000000000000000000000000000000000000000000000000
  902.       0000C0C0E00020208D000000770000007C00000080000000800000007C000000
  903.       77001B1B8A00B8B8DC0000000000000000000000000000000000FFFFFF00FFFF
  904.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000009090D4002727F300B7B7
  905.       C8000000000000000000000000000000FF000000FF006969E000000000000000
  906.       0000000000000000000000000000000000000000000000000000000000000000
  907.       0000000000000000000000000000000000000000000000000000000000000000
  908.       0000000000000000000000000000000000000000000000000000000000000000
  909.       0000000000000000000000000000000000000000000000000000000000000000
  910.       0000000000000000000000000000000000000000000000000000000000000000
  911.       00001010850000007A0000008000000080000000800000008000000080000000
  912.       800000007B000B0B8300CBCBE500000000000000000000000000FFFFFF00FFFF
  913.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000009D9DD0005B5B
  914.       E300B7B7C800000000007676DC000000FF000000FF00B7B7C800000000000000
  915.       0000000000000000000000000000000000000000000000000000000000000000
  916.       0000000000000000000000000000000000000000000000000000000000000000
  917.       0000000000000000000000000000000000000000000000000000000000000000
  918.       0000000000000000000000000000000000000000000000000000000000000000
  919.       0000000000000000000000000000000000000000000000000000FDFDFE004444
  920.       A2000000780000007F0000007F0000007F0000007F0000007F0000007F000000
  921.       7F0000007F000000780039399D00000000000000000000000000FFFFFF00FFFF
  922.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000009D9D
  923.       D0004E4EE700B7B7C8003434EF000000FF004E4EE70000000000000000000000
  924.       0000000000000000000000000000000000000000000000000000000000000000
  925.       0000000000000000000000000000000000000000000000000000000000000000
  926.       0000000000000000000000000000000000000000000000000000000000000000
  927.       0000000000000000000000000000000000000000000000000000000000000000
  928.       0000000000000000000000000000000000000000000000000000D1D1E8000101
  929.       7F0000007F000000800000008000000080000000800000008000000080000000
  930.       80000000800000007F0000007C00C3C3E1000000000000000000FFFFFF00FFFF
  931.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000
  932.       0000BEBECF004343ED000000FF000000FF009090D40000000000000000000000
  933.       0000000000000000000000000000000000000000000000000000000000000000
  934.       0000000000000000000000000000000000000000000000000000000000000000
  935.       0000000000000000000000000000000000000000000000000000000000000000
  936.       0000000000000000000000000000000000000000000000000000000000000000
  937.       00000000000000000000000000000000000000000000000000009797CB000000
  938.       740035359B00CDCDE600CDCDE600CDCDE600CDCDE600CDCDE600CDCDE600CDCD
  939.       E600CDCDE6006666B300000072008D8DC6000000000000000000FFFFFF00FFFF
  940.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000
  941.       00007E7F7E004848E1000000FF002727F3000000000000000000000000000000
  942.       0000000000000000000000000000000000000000000000000000000000000000
  943.       0000000000000000000000000000000000000000000000000000000000000000
  944.       0000000000000000000000000000000000000000000000000000000000000000
  945.       0000000000000000000000000000000000000000000000000000000000000000
  946.       00000000000000000000000000000000000000000000000000007E7EBF000000
  947.       71004848A4000000000000000000000000000000000000000000000000000000
  948.       0000000000008B8BC50000006F007F7FBF000000000000000000FFFFFF00FFFF
  949.       FF00B58B6200FFFFFF00B1815000FFFFFF00B2896900AD7B4800B99E7F00AAB0
  950.       B8008E8D9E000000FF000000FF002727F3009D9DD00000000000000000000000
  951.       0000000000000000000000000000000000000000000000000000000000000000
  952.       0000000000000000000000000000000000000000000000000000000000000000
  953.       0000000000000000000000000000000000000000000000000000000000000000
  954.       0000000000000000000000000000000000000000000000000000000000000000
  955.       00000000000000000000000000000000000000000000000000009999CC000000
  956.       75002B2B9600A9A9D400A9A9D400A9A9D400A9A9D400A9A9D400A9A9D400A9A9
  957.       D400A9A9D4005454AA00000072008F8FC7000000000000000000FFFFFF00FFFF
  958.       FF0096482500FFFFFF0093441000FFFFFF000000000000000000A4702E000000
  959.       00006E6DE4000000FF000D0DFB00000000005B5BE3009D9DD000000000000000
  960.       0000000000000000000000000000000000000000000000000000000000000000
  961.       0000000000000000000000000000000000000000000000000000000000000000
  962.       0000000000000000000000000000000000000000000000000000000000000000
  963.       0000000000000000000000000000000000000000000000000000000000000000
  964.       0000000000000000000000000000000000000000000000000000D4D4E9000101
  965.       800000007D0000007A0000007A0000007A0000007A0000007A0000007A000000
  966.       7A0000007A0000007C0000007E00C7C7E3000000000000000000FFFFFF00B796
  967.       6C00B9936500AD794000C2A88100BEA8860000000000A0582700BAAD9A000000
  968.       00001A1AF7000000FF006969E00000000000000000005B5BE3009090D4000000
  969.       0000000000000000000000000000000000000000000000000000000000000000
  970.       0000000000000000000000000000000000000000000000000000000000000000
  971.       0000000000000000000000000000000000000000000000000000000000000000
  972.       0000000000000000000000000000000000000000000000000000000000000000
  973.       0000000000000000000000000000000000000000000000000000000000004A4A
  974.       A500000078000000800000008000000080000000800000008000000080000000
  975.       800000008000000078003F3FA000000000000000000000000000FFFFFF00B282
  976.       4300FFFFFF00A05A1E00FFFFFF00BB98670000000000BD987500000000006060
  977.       C6000000FF000000FF00AAAACC000000000000000000000000001A1AF7007676
  978.       DC00000000000000000000000000000000000000000000000000000000000000
  979.       0000000000000000000000000000000000000000000000000000000000000000
  980.       0000000000000000000000000000000000000000000000000000000000000000
  981.       0000000000000000000000000000000000000000000000000000000000000000
  982.       000000000000000000000000000000000000000000000000000000000000D9D9
  983.       EC00161689000000790000008000000080000000800000008000000080000000
  984.       800000007A0010108500D1D1E900000000000000000000000000B4988C00B791
  985.       7700C6C7C300BA925700FFFFFF00AE835700B7925400A25F2D00B19BAE002829
  986.       D4001313CE002424DF006969E0000000000000000000AAAACC004141EB003434
  987.       EF00000000000000000000000000000000000000000000000000000000000000
  988.       0000000000000000000000000000000000000000000000000000000000000000
  989.       0000000000000000000000000000000000000000000000000000000000000000
  990.       0000000000000000000000000000000000000000000000000000000000000000
  991.       0000000000000000000000000000000000000000000000000000000000000000
  992.       0000C9C9E400282891000000770000007B0000007F0000007F0000007B000000
  993.       770023238E00C1C1E00000000000000000000000000000000000BEB0A100FFFF
  994.       FF00FFFFFF00C1B39F00FFFFFF00FFFFFF00B3916B00B5997900C3B3A100CFD3
  995.       D800000000000000000000000000000000000000000000000000000000000000
  996.       0000000000000000000000000000000000000000000000000000000000000000
  997.       0000000000000000000000000000000000000000000000000000000000000000
  998.       0000000000000000000000000000000000000000000000000000000000000000
  999.       0000000000000000000000000000000000000000000000000000000000000000
  1000.       0000000000000000000000000000000000000000000000000000000000000000
  1001.       000000000000000000008B8BC4003D3D9C000B0B8400090983003A3A9B008484
  1002.       C000000000000000000000000000000000000000000000000000FFFFFF00FFFF
  1003.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000
  1004.       0000000000000000000000000000000000000000000000000000000000000000
  1005.       0000000000000000000000000000000000000000000000000000000000000000
  1006.       0000000000000000000000000000000000000000000000000000000000000000
  1007.       0000000000000000000000000000000000000000000000000000000000000000
  1008.       0000000000000000000000000000000000000000000000000000000000000000
  1009.       0000000000000000000000000000000000000000000000000000000000000000
  1010.       0000000000000000000000000000000000000000000000000000000000000000
  1011.       0000000000000000000000000000000000000000000000000000000000000000
  1012.       000000000000CB975500CBA77F00C6A88900DBD1C70000000000000000000000
  1013.       0000000000000000000000000000000000000000000000000000000000000000
  1014.       00000000000000000000DAE8ED00DBEAEF0000000000B2B9B9009C9E9C009495
  1015.       920086868300999A9700A8ACAB00C6CFD1000000000000000000000000000000
  1016.       0000000000000000000000000000000000000000000000000000000000000000
  1017.       0000000000000000000000000000000000000000000000000000000000000000
  1018.       0000000000000000000000000000000000000000000000000000000000000000
  1019.       0000000000000000000000000000000000000000000000000000000000000000
  1020.       0000000000000000000000000000000000000000000000000000000000000000
  1021.       0000E3AB5B00D4BA9A0000000000D2BAA400AC7A4600AA7A4300B0874E00A788
  1022.       5D0099866E00CCC5BE0000000000000000000000000000000000000000000000
  1023.       00000000000000000000DAE9EE00000000007A7C7B00666664005B5B59004B4C
  1024.       4800494946004949460052524F00686866009FA4A30000000000000000000000
  1025.       0000000000000000000000000000000000000000000000000000000000000000
  1026.       0000000000000000000000000000000000000000000000000000000000000000
  1027.       0000000000000000000000000000000000000000000000000000000000000000
  1028.       0000000000000000000000000000000000000000000000000000000000000000
  1029.       0000000000000000000000000000000000000000000000000000000000000000
  1030.       0000E5AD5200A2897000D5BFA500DC964100EE993700F7A03900FAAE3E00FCC5
  1031.       5C00E6C77900A1885D00A6998C00000000000000000000000000000000000000
  1032.       0000000000000000000000000000636662001F1C13001C1B15001D1D1A002D2D
  1033.       2C003131300030302F002A2A2A001F1E1C0026241C0091979A00000000000000
  1034.       000000000000000000000000000000000000C1B8AA00C3B9A900000000000000
  1035.       0000C3B098000000000000000000B68E5800AE7C3F00BCA99000000000000000
  1036.       00006A6A6A004B4B4B009C9C9C00000000000000000000000000000000000000
  1037.       0000000000000000000000000000000000000000000000000000000000000000
  1038.       0000000000000000000000000000000000000000000000000000000000000000
  1039.       0000F5D29500B77D2500E29A3200F3A13300EC962F00E38C2F00E1903A00ED98
  1040.       2E00FDC15100FFE99000A68F6300C3BAB1000000000000000000000000000000
  1041.       000000000000000000000000000097978A0054534D0085868300767674001C1A
  1042.       17000F0E0A00100F0A000F0D030015130A0016130B0059584600000000000000
  1043.       000000000000000000000000000000000000B7976B00B7946500000000000000
  1044.       0000AF7C350000000000AD7A3400A66C2300AB7B3E00A15E0600C4B8A5007577
  1045.       7A0075757500737373002B2B2B00A1A1A1000000000000000000000000000000
  1046.       0000000000000000000000000000000000000000000000000000000000000000
  1047.       0000000000000000000000000000000000000000000000000000000000000000
  1048.       0000F6EBD700FAB43100F0A63100E7972900D58A2D00DFCEBD0000000000E4B9
  1049.       8F00E6912F00F5B95300EFD28800B8A58D000000000000000000000000000000
  1050.       00000000000000000000C2C18700DDDD8600D6D7AA00EFF1D700CFD0B6009FA0
  1051.       870084846A0089897F0099998F00A8A88600B8B98A00B4B25600D1D2A9000000
  1052.       000000000000000000000000000000000000AE7C3900A8732A0000000000BCAB
  1053.       93009D590200C3B09800BC9F79000000000000000000A96F2000A07A4600A7AB
  1054.       B100CCCCCC00CFCFCF0099999900909090000000000000000000000000000000
  1055.       0000000000000000000000000000000000000000000000000000000000000000
  1056.       0000000000000000000000000000000000000000000000000000000000000000
  1057.       000000000000F0C15F00EFAB2A00E89A2400B57C3400D7CCC000EAE0D500DCCA
  1058.       B900D2AE8E00D4B18D00DBC09C00DACDBD00FCFCFC0000000000000000000000
  1059.       00000000000000000000AAA55700A6A35A00A6A36400C8C89400D3D58F00CCCD
  1060.       7300E0E2AD00FBFCE600E3E4BB00C0BF8200AEAA7400968F4700AAA777000000
  1061.       000000000000000000000000000000000000A1620C009F5F050000000000B593
  1062.       6400954A0000B4926300000000000000000000000000AC7A3400A87D4300C8CC
  1063.       D200000000000000000000000000000000000000000000000000000000000000
  1064.       0000000000000000000000000000000000000000000000000000000000000000
  1065.       0000000000000000000000000000000000000000000000000000000000000000
  1066.       000000000000F4E8CD00F3BC3C00EBA82A00DD952400CE801600D1831B00D382
  1067.       2000D4862C00D9873000E6983A00B08959000000000000000000000000000000
  1068.       000000000000000000008D86470089835000918B5D00B9B59000AFAD7700B8B8
  1069.       7F00F3F3EA00AEAC7000C0BF9300A19C7200928C64007E774100939170000000
  1070.       0000000000000000000000000000BEA98B00A5671300A96D1D00BFA48100AC7A
  1071.       3700A9702800AB772F000000000000000000C2B5A100A05E0600B59770000000
  1072.       0000000000000000000000000000000000000000000000000000000000000000
  1073.       0000000000000000000000000000000000000000000000000000000000000000
  1074.       0000000000000000000000000000000000000000000000000000000000000000
  1075.       000000000000F2E7CE00F0DDA200F7C33500C9913000D5B58A00E1C29A00D5A5
  1076.       6A00E7962B00EE993000F7A43800BA9569000000000000000000000000000000
  1077.       00000000000000000000716C4400706C430077734800A29E7800B5B18200E7E6
  1078.       D800A7A275008A834900B2B093008D8961007A764D0067623700888873000000
  1079.       0000000000000000000000000000AF844900B2854900B8976A00A6691B00A76E
  1080.       2100C4B19500A2640D00C2B9AD00B18A53009D590600AF804300B8B6B4009091
  1081.       9200000000000000000000000000000000000000000000000000000000000000
  1082.       0000000000000000000000000000000000000000000000000000000000000000
  1083.       0000000000000000000000000000000000000000000000000000000000000000
  1084.       000000000000F0DD9800F1E6BD00F5E19400D0A53900C9BCB100DDD6D000CEA3
  1085.       6500E6962500EC9B2E00E5993100CBB9A5000000000000000000000000000000
  1086.       000000000000000000007E7D680059532100615D3E009C9A7600F4F4EB00A29E
  1087.       7A00857C41007F784200AEAB880078755400696548004E492A009CA098000000
  1088.       0000000000000000000000000000A66A1800B89F7E00C1B5A6009B530000AB7A
  1089.       380000000000A66B1B00BBA27E00BCA98F009F5A0000C7BEAF00B8BCC0006464
  1090.       6300000000000000000000000000000000000000000000000000000000000000
  1091.       0000000000000000000000000000000000000000000000000000000000000000
  1092.       0000000000000000000000000000000000000000000000000000000000000000
  1093.       00000000000000000000FBF09D00F9EFC500F4DD8C00D9AD3800CF962C00E5A0
  1094.       2500EAA12900F0A32800D1A36200E1DBD6000000000000000000000000000000
  1095.       00000000000000000000B9BEBE00353003006C683600BAB89C00ABA88600857D
  1096.       4A008D85530096926800C0BEA400878364005A552A0049462B00000000000000
  1097.       00000000000000000000C1B2A000A4640B00C1B9AD0000000000A2640E00B899
  1098.       6F0000000000B28A5100AD7B380000000000B1834400AE803F00C8CACE004142
  1099.       4200919191000000000062626200000000000000000000000000000000000000
  1100.       0000000000000000000000000000000000000000000000000000000000000000
  1101.       0000000000000000000000000000000000000000000000000000000000000000
  1102.       0000000000000000000000000000FBF1A600FBEEA000FFF27300FDD74400F4BA
  1103.       2E00EDB03500DFBA780000000000EFE2D100E9DFD40000000000000000000000
  1104.       00000000000000000000000000007C7D760037300000918C6700A0997100A9A1
  1105.       7900AAA17A00A39C76009E997900827B4700322B0000A1A5A100000000000000
  1106.       00000000000000000000B38D5A00A86E1F0000000000C0B4A400A25E0200BEB1
  1107.       A00000000000BDA88C009D570000B3864800AE782F00994F0000C7B29600898D
  1108.       9000080808002424240035353500909090000000000000000000000000000000
  1109.       0000000000000000000000000000000000000000000000000000000000000000
  1110.       0000000000000000000000000000000000000000000000000000000000000000
  1111.       00000000000000000000000000000000000000000000F4E8B000F3E29E00EFCF
  1112.       7700C3A56400D0C7BA0000000000DCC59E00E7DED10000000000000000000000
  1113.       000000000000000000000000000000000000777973005D584200A8A18300C0BA
  1114.       9A00C5BE9E00BDB797009790740049442E009397920000000000000000000000
  1115.       00000000000000000000B2966F00B8A0800000000000BEB09C00B28F60000000
  1116.       00000000000000000000B08B5900A77D4600A9814B00AA825200B8A489000000
  1117.       00008B8B8B008F8F8F0000000000000000000000000000000000000000000000
  1118.       0000000000000000000000000000000000000000000000000000000000000000
  1119.       0000000000000000000000000000000000000000000000000000000000000000
  1120.       0000000000000000000000000000000000000000000000000000000000000000
  1121.       0000F1E6CF00DBC49600CBAB7300DBC299000000000000000000000000000000
  1122.       00000000000000000000000000000000000000000000B5BCBB0084857C007572
  1123.       6600706D5C0073726600888A8500C5CDCF0000000000D8E8EC00000000000000
  1124.       0000000000000000000000000000000000000000000000000000000000000000
  1125.       0000000000000000000000000000000000000000000000000000000000000000
  1126.       000000000000000000000000000000000000424D3E000000000000003E000000
  1127.       2800000048000000270000000100010000000000D40100000000000000000000
  1128.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  1129.       0000000000000000000000000000000000000000000000000000000000000000
  1130.       0000000000000000000000000000000000000000000000000000000000000000
  1131.       0000000000000000000000000000000000000000000000000000000000000000
  1132.       0000000000000000000000000000000000000000000000000000000000000000
  1133.       000000000000000000000000FC0FC00C1000000000000000F003C08E30000000
  1134.       00000000F001C0C43000000000000000C001C0E07000000000000000C000C0F0
  1135.       7000000000000000C000C0F0F000000000000000C7F8C0007000000000000000
  1136.       C000C0D13000000000000000C000C0919000000000000000E001C0A1C0000000
  1137.       00000000E001C0018000000000000000F003C00FF000000000000000FC0FC0FF
  1138.       F000000000000000FFFFF87FFC80FFFFFF000000FFFFF203FD007FFFFF000000
  1139.       FFFFF001FE003F3631000000FFFFF000FE003F3400000000FFFFF020FC001F21
  1140.       80000000FFFFF8007C001F238F000000FFFFF800FC001E031F000000FFFFF800
  1141.       FC001E000F000000FFFFF800FC001E080F000000FFFFFC00FC003C4905000000
  1142.       FFFFFE027E003C8800000000FFFFFF827F007C9C13000000FFFFFFF0FF80BFFF
  1143.       FF00000000000000000000000000000000000000000000000000}
  1144.   end
  1145.   object dxBarManager1: TdxBarManager
  1146.     Font.Charset = DEFAULT_CHARSET
  1147.     Font.Color = clWindowText
  1148.     Font.Height = -11
  1149.     Font.Name = 'Tahoma'
  1150.     Font.Style = []
  1151.     Bars = <
  1152.       item
  1153.         AllowClose = False
  1154.         AllowQuickCustomizing = False
  1155.         BorderStyle = bbsNone
  1156.         Caption = 'Menu'
  1157.         DockedDockingStyle = dsTop
  1158.         DockedLeft = 0
  1159.         DockedTop = 0
  1160.         DockingStyle = dsTop
  1161.         FloatLeft = 0
  1162.         FloatTop = 0
  1163.         FloatClientWidth = 0
  1164.         FloatClientHeight = 0
  1165.         IsMainMenu = True
  1166.         ItemLinks = <
  1167.           item
  1168.             Item = mmiFile
  1169.             Visible = True
  1170.           end
  1171.           item
  1172.             Item = mmiEdit
  1173.             Visible = True
  1174.           end
  1175.           item
  1176.             Item = mmiTypes
  1177.             Visible = True
  1178.           end
  1179.           item
  1180.             Item = mmiOptions
  1181.             Visible = True
  1182.           end
  1183.           item
  1184.             Item = BtnHelpMenu
  1185.             Visible = True
  1186.           end>
  1187.         MultiLine = True
  1188.         NotDocking = [dsNone, dsLeft, dsRight, dsBottom]
  1189.         OneOnRow = True
  1190.         Row = 0
  1191.         UseOwnFont = False
  1192.         UseRestSpace = True
  1193.         Visible = True
  1194.         WholeRow = False
  1195.       end
  1196.       item
  1197.         Caption = 'Toolbar'
  1198.         DockedDockingStyle = dsTop
  1199.         DockedLeft = 0
  1200.         DockedTop = 19
  1201.         DockingStyle = dsTop
  1202.         FloatLeft = 164
  1203.         FloatTop = 132
  1204.         FloatClientWidth = 23
  1205.         FloatClientHeight = 22
  1206.         ItemLinks = <
  1207.           item
  1208.             Item = mmiOpen
  1209.             Visible = True
  1210.           end
  1211.           item
  1212.             Item = mmiSave
  1213.             Visible = True
  1214.           end
  1215.           item
  1216.             Item = mmiSaveAll
  1217.             Visible = True
  1218.           end
  1219.           item
  1220.             BeginGroup = True
  1221.             Item = mmiAddAttr
  1222.             Visible = True
  1223.           end
  1224.           item
  1225.             Item = mmiDelete
  1226.             Visible = True
  1227.           end
  1228.           item
  1229.             Item = mmiProperties
  1230.             Visible = True
  1231.           end
  1232.           item
  1233.             BeginGroup = True
  1234.             Item = BtnEditType
  1235.             Visible = True
  1236.           end
  1237.           item
  1238.             Item = mmiNewType
  1239.             Visible = True
  1240.           end
  1241.           item
  1242.             Item = mmiTypeList
  1243.             Visible = True
  1244.           end
  1245.           item
  1246.             BeginGroup = True
  1247.             Item = BtnHelp
  1248.             Visible = False
  1249.           end
  1250.           item
  1251.             Item = BtnWhatIsIt
  1252.             Visible = False
  1253.           end>
  1254.         NotDocking = [dsLeft, dsRight, dsBottom]
  1255.         OneOnRow = True
  1256.         Row = 1
  1257.         UseOwnFont = False
  1258.         Visible = True
  1259.         WholeRow = False
  1260.       end>
  1261.     CanCustomize = False
  1262.     Categories.Strings = (
  1263.       'Default'
  1264.       'Help'
  1265.       'File'
  1266.       'Edit'
  1267.       'Types'
  1268.       'Menus'
  1269.       'Options')
  1270.     Categories.ItemsVisibles = (
  1271.       2
  1272.       2
  1273.       2
  1274.       2
  1275.       2
  1276.       2
  1277.       2)
  1278.     Categories.Visibles = (
  1279.       True
  1280.       True
  1281.       True
  1282.       True
  1283.       True
  1284.       True
  1285.       True)
  1286.     Images = ilbuttonsex
  1287.     PopupMenuLinks = <>
  1288.     Style = bmsFlat
  1289.     UseSystemFont = True
  1290.     OnShowCustomizingForm = dxBarManager1ShowCustomizingForm
  1291.     UsePageBar = False
  1292.     FloatingMode = fmOffice
  1293.     AllowDragPages = False
  1294.     Left = 59
  1295.     Top = 126
  1296.     DockControlHeights = (
  1297.       0
  1298.       0
  1299.       45
  1300.       0)
  1301.     PageBarIndex = -1
  1302.     PageBarPages = ()
  1303.     PageBarVisibles = ()
  1304.     PageBarActivePage = ''
  1305.     PageBarItemPages = <>
  1306.     object mmiFile: TdxBarSubItem
  1307.       Caption = '&File'
  1308.       Category = 5
  1309.       Visible = ivAlways
  1310.       ItemLinks = <
  1311.         item
  1312.           Item = mmiOpen
  1313.           Visible = True
  1314.         end
  1315.         item
  1316.           Item = mmiRevert
  1317.           Visible = True
  1318.         end
  1319.         item
  1320.           BeginGroup = True
  1321.           Item = mmiSave
  1322.           Visible = True
  1323.         end
  1324.         item
  1325.           Item = BtnSaveAs
  1326.           Visible = True
  1327.         end
  1328.         item
  1329.           Item = mmiSaveAll
  1330.           Visible = True
  1331.         end
  1332.         item
  1333.           BeginGroup = True
  1334.           Item = mmiExit
  1335.           Visible = True
  1336.         end>
  1337.     end
  1338.     object mmiOpen: TdxBarSubItem
  1339.       Caption = '&Open'
  1340.       Category = 2
  1341.       HelpContext = 653
  1342.       Visible = ivAlways
  1343.       ImageIndex = 0
  1344.       ItemLinks = <
  1345.         item
  1346.           Item = mmiOpenHTML
  1347.           Visible = True
  1348.         end
  1349.         item
  1350.           Item = mmiOpenCSS
  1351.           Visible = True
  1352.         end
  1353.         item
  1354.           Item = mmiOpenASP
  1355.           Visible = True
  1356.         end
  1357.         item
  1358.           Item = mmiOpenSSI
  1359.           Visible = True
  1360.         end
  1361.         item
  1362.           Item = mmiOpenXML
  1363.           Visible = True
  1364.         end
  1365.         item
  1366.           Item = mmiOpenWML
  1367.           Visible = True
  1368.         end
  1369.         item
  1370.           Item = mmiOpenJS
  1371.           Visible = True
  1372.         end
  1373.         item
  1374.           Item = mmiOpenPHP
  1375.           Visible = True
  1376.         end>
  1377.     end
  1378.     object mmiOpenHTML: TdxBarButton
  1379.       Caption = '&HTML'
  1380.       Category = 2
  1381.       HelpContext = 653
  1382.       Visible = ivAlways
  1383.       OnClick = actnOpenHTMLExecute
  1384.     end
  1385.     object mmiOpenCSS: TdxBarButton
  1386.       Caption = '&CSS'
  1387.       Category = 2
  1388.       HelpContext = 653
  1389.       Visible = ivAlways
  1390.       OnClick = actnOpenCSSExecute
  1391.     end
  1392.     object mmiOpenASP: TdxBarButton
  1393.       Caption = '&ASP'
  1394.       Category = 2
  1395.       HelpContext = 653
  1396.       Visible = ivNever
  1397.       OnClick = actnOpenASPExecute
  1398.     end
  1399.     object mmiOpenSSI: TdxBarButton
  1400.       Caption = '&SSI'
  1401.       Category = 2
  1402.       HelpContext = 653
  1403.       Visible = ivNever
  1404.       OnClick = actnOpenSSIExecute
  1405.     end
  1406.     object mmiOpenXML: TdxBarButton
  1407.       Caption = '&XML'
  1408.       Category = 2
  1409.       Hint = 'XML'
  1410.       Visible = ivNever
  1411.       OnClick = actnOpenXMLExecute
  1412.     end
  1413.     object mmiOpenWML: TdxBarButton
  1414.       Caption = 'WML'
  1415.       Category = 2
  1416.       Hint = 'WML'
  1417.       Visible = ivAlways
  1418.       OnClick = actnOpenWMLExecute
  1419.     end
  1420.     object mmiOpenJS: TdxBarButton
  1421.       Caption = 'JavaScript'
  1422.       Category = 2
  1423.       Hint = 'JavaScript'
  1424.       Visible = ivNever
  1425.       OnClick = mmiOpenJSClick
  1426.     end
  1427.     object mmiOpenPHP: TdxBarButton
  1428.       Caption = 'PHP'
  1429.       Category = 2
  1430.       Hint = 'PHP'
  1431.       Visible = ivNever
  1432.       OnClick = mmiOpenPHPClick
  1433.     end
  1434.     object mmiRevert: TdxBarButton
  1435.       Caption = '&Revert all'
  1436.       Category = 2
  1437.       HelpContext = 4562
  1438.       Hint = 'Revert'
  1439.       Visible = ivAlways
  1440.       ShortCut = 24658
  1441.       OnClick = actnRevertExecute
  1442.     end
  1443.     object mmiSave: TdxBarSubItem
  1444.       Caption = '&Save'
  1445.       Category = 2
  1446.       HelpContext = 654
  1447.       Visible = ivAlways
  1448.       ImageIndex = 1
  1449.       ItemLinks = <
  1450.         item
  1451.           Item = mmiSAveHTML
  1452.           Visible = True
  1453.         end
  1454.         item
  1455.           Item = mmiSaveCSS
  1456.           Visible = True
  1457.         end
  1458.         item
  1459.           Item = mmiSaveASP
  1460.           Visible = True
  1461.         end
  1462.         item
  1463.           Item = mmiSaveSSI
  1464.           Visible = True
  1465.         end
  1466.         item
  1467.           Item = mmiSaveXML
  1468.           Visible = True
  1469.         end
  1470.         item
  1471.           Item = mmiSaveWML
  1472.           Visible = True
  1473.         end
  1474.         item
  1475.           Item = mmiSaveJS
  1476.           Visible = True
  1477.         end
  1478.         item
  1479.           Item = mmiSavePHP
  1480.           Visible = True
  1481.         end>
  1482.     end
  1483.     object mmiSAveHTML: TdxBarButton
  1484.       Caption = '&HTML'
  1485.       Category = 2
  1486.       HelpContext = 654
  1487.       Visible = ivAlways
  1488.       OnClick = actnSaveHTMLExecute
  1489.     end
  1490.     object mmiSaveCSS: TdxBarButton
  1491.       Caption = '&CSS'
  1492.       Category = 2
  1493.       HelpContext = 654
  1494.       Visible = ivAlways
  1495.       OnClick = actnSaveCSSExecute
  1496.     end
  1497.     object mmiEdit: TdxBarSubItem
  1498.       Caption = '&Edit'
  1499.       Category = 5
  1500.       Visible = ivAlways
  1501.       ItemLinks = <
  1502.         item
  1503.           Item = mmiAdd
  1504.           Visible = True
  1505.         end
  1506.         item
  1507.           Item = mmiAddAttr
  1508.           Visible = True
  1509.         end
  1510.         item
  1511.           BeginGroup = True
  1512.           Item = mmiDelete
  1513.           Visible = True
  1514.         end
  1515.         item
  1516.           BeginGroup = True
  1517.           Item = mmiCompat
  1518.           Visible = True
  1519.         end>
  1520.     end
  1521.     object mmiAdd: TdxBarSubItem
  1522.       Caption = '&Add'
  1523.       Category = 3
  1524.       Visible = ivAlways
  1525.       ItemLinks = <
  1526.         item
  1527.           Item = mmiAddHTML
  1528.           Visible = True
  1529.         end
  1530.         item
  1531.           Item = mmiAddCSS
  1532.           Visible = True
  1533.         end
  1534.         item
  1535.           Item = mmiAddSSI
  1536.           Visible = True
  1537.         end
  1538.         item
  1539.           Item = mmiAddXML
  1540.           Visible = True
  1541.         end
  1542.         item
  1543.           Item = mmiAddWML
  1544.           Visible = True
  1545.         end
  1546.         item
  1547.           Item = mmiAddOperator
  1548.           Visible = True
  1549.         end>
  1550.     end
  1551.     object mmiAddHTML: TdxBarButton
  1552.       Caption = 'HTML tag'
  1553.       Category = 3
  1554.       Hint = 'Add HTML tag'
  1555.       Visible = ivAlways
  1556.       OnClick = actnAddHTMLExecute
  1557.     end
  1558.     object mmiAddCSS: TdxBarButton
  1559.       Caption = 'CSS rule'
  1560.       Category = 3
  1561.       Hint = 'Add CSS rule'
  1562.       Visible = ivAlways
  1563.       OnClick = actnAddCSSExecute
  1564.     end
  1565.     object mmiAddSSI: TdxBarButton
  1566.       Caption = 'SSI command'
  1567.       Category = 3
  1568.       Hint = 'Add SSI command'
  1569.       Visible = ivNever
  1570.       OnClick = actnAddSSIExecute
  1571.     end
  1572.     object mmiAddXML: TdxBarButton
  1573.       Caption = 'XML'
  1574.       Category = 3
  1575.       Hint = 'XML'
  1576.       Visible = ivNever
  1577.       OnClick = actAddXMLClick
  1578.     end
  1579.     object mmiAddWML: TdxBarButton
  1580.       Caption = 'WML'
  1581.       Category = 3
  1582.       Hint = 'WML'
  1583.       Visible = ivAlways
  1584.       OnClick = actnWMLAddExecute
  1585.     end
  1586.     object mmiAddOperator: TdxBarButton
  1587.       Caption = 'Script'
  1588.       Category = 3
  1589.       Hint = 'Script'
  1590.       Visible = ivNever
  1591.       OnClick = actnAddOperatorExecute
  1592.     end
  1593.     object mmiAddAttr: TdxBarButton
  1594.       Caption = 'Add attribute'
  1595.       Category = 3
  1596.       HelpContext = 656
  1597.       Hint = 'Add attribute'
  1598.       Visible = ivAlways
  1599.       ImageIndex = 3
  1600.       ShortCut = 24641
  1601.       OnClick = actnAddAttrExecute
  1602.     end
  1603.     object mmiTypes: TdxBarSubItem
  1604.       Caption = '&Types'
  1605.       Category = 5
  1606.       Visible = ivAlways
  1607.       ItemLinks = <
  1608.         item
  1609.           Item = mmiNewType
  1610.           Visible = True
  1611.         end
  1612.         item
  1613.           Item = BtnEditType
  1614.           Visible = True
  1615.         end
  1616.         item
  1617.           BeginGroup = True
  1618.           Item = mmiTypeList
  1619.           Visible = True
  1620.         end>
  1621.     end
  1622.     object BtnEditType: TdxBarButton
  1623.       Category = 4
  1624.       HelpContext = 659
  1625.       Visible = ivAlways
  1626.       ImageIndex = 6
  1627.       ShortCut = 16453
  1628.       OnClick = actnEditTypeExecute
  1629.     end
  1630.     object mmiNewType: TdxBarButton
  1631.       Caption = 'New type'
  1632.       Category = 4
  1633.       HelpContext = 660
  1634.       Hint = 'New type'
  1635.       Visible = ivAlways
  1636.       ImageIndex = 8
  1637.       ShortCut = 16429
  1638.       OnClick = actnNewTypeExecute
  1639.     end
  1640.     object mmiOptions: TdxBarSubItem
  1641.       Caption = '&Options'
  1642.       Category = 5
  1643.       Visible = ivAlways
  1644.       ItemLinks = <
  1645.         item
  1646.           Item = mmiProperties
  1647.           Visible = True
  1648.         end
  1649.         item
  1650.           BeginGroup = True
  1651.           Item = mmiColored
  1652.           Visible = True
  1653.         end>
  1654.     end
  1655.     object mmiColored: TdxBarButton
  1656.       Caption = 'Colored sections'
  1657.       Category = 6
  1658.       HelpContext = 4552
  1659.       Visible = ivAlways
  1660.       ButtonStyle = bsChecked
  1661.       Down = True
  1662.       OnClick = actnColoredExecute
  1663.     end
  1664.     object mmiTypeList: TdxBarButton
  1665.       Caption = 'Show types'
  1666.       Category = 4
  1667.       HelpContext = 661
  1668.       Hint = 'Show types'
  1669.       Visible = ivAlways
  1670.       ImageIndex = 7
  1671.       ShortCut = 16468
  1672.       OnClick = actnTypeListExecute
  1673.     end
  1674.     object BtnHelp: TdxBarButton
  1675.       Category = 1
  1676.       HelpContext = 6
  1677.       Visible = ivAlways
  1678.       ImageIndex = 9
  1679.       ShortCut = 112
  1680.       OnClick = BtnHelpClick
  1681.     end
  1682.     object BtnWhatIsIt: TdxBarButton
  1683.       Category = 1
  1684.       HelpContext = 10
  1685.       Visible = ivAlways
  1686.       ImageIndex = 10
  1687.       OnClick = BtnWhatIsItClick
  1688.     end
  1689.     object BtnHelpMenu: TdxBarSubItem
  1690.       Caption = 'Help'
  1691.       Category = 5
  1692.       Visible = ivAlways
  1693.       ItemLinks = <
  1694.         item
  1695.           Item = BtnHelp
  1696.           Visible = True
  1697.         end
  1698.         item
  1699.           Item = BtnWhatIsIt
  1700.           Visible = True
  1701.         end
  1702.         item
  1703.           BeginGroup = True
  1704.           Item = btnAbout
  1705.           Visible = True
  1706.         end>
  1707.     end
  1708.     object btnAbout: TdxBarButton
  1709.       Category = 1
  1710.       HelpContext = 2446
  1711.       Visible = ivAlways
  1712.       OnClick = btnAboutClick
  1713.     end
  1714.     object mmiSaveASP: TdxBarButton
  1715.       Caption = '&ASP'
  1716.       Category = 2
  1717.       HelpContext = 654
  1718.       Visible = ivNever
  1719.       OnClick = actnSaveASPExecute
  1720.     end
  1721.     object mmiSaveSSI: TdxBarButton
  1722.       Caption = '&SSI'
  1723.       Category = 2
  1724.       HelpContext = 654
  1725.       Visible = ivNever
  1726.       OnClick = actnSaveSSIExecute
  1727.     end
  1728.     object mmiSaveXML: TdxBarButton
  1729.       Caption = '&XML'
  1730.       Category = 2
  1731.       Hint = 'XML'
  1732.       Visible = ivNever
  1733.       OnClick = actnSaveXMLExecute
  1734.     end
  1735.     object mmiSaveWML: TdxBarButton
  1736.       Caption = 'WML'
  1737.       Category = 2
  1738.       Hint = 'WML'
  1739.       Visible = ivAlways
  1740.       OnClick = actnSaveWMLExecute
  1741.     end
  1742.     object mmiSaveJS: TdxBarButton
  1743.       Caption = 'JavaScript'
  1744.       Category = 2
  1745.       Hint = 'JavaScript'
  1746.       Visible = ivNever
  1747.       OnClick = mmiSaveJSClick
  1748.     end
  1749.     object mmiSavePHP: TdxBarButton
  1750.       Caption = 'PHP'
  1751.       Category = 2
  1752.       Hint = 'PHP'
  1753.       Visible = ivNever
  1754.       OnClick = mmiSavePHPClick
  1755.     end
  1756.     object BtnSaveAs: TdxBarSubItem
  1757.       Category = 2
  1758.       HelpContext = 4572
  1759.       Visible = ivAlways
  1760.       ItemLinks = <
  1761.         item
  1762.           Item = BtnSaveHTMLAs
  1763.           Visible = True
  1764.         end
  1765.         item
  1766.           Item = BtnSaveCSSas
  1767.           Visible = True
  1768.         end
  1769.         item
  1770.           Item = BtnSaveASPas
  1771.           Visible = True
  1772.         end
  1773.         item
  1774.           Item = BtnSaveSSIas
  1775.           Visible = True
  1776.         end
  1777.         item
  1778.           Item = BtnSaveXMLAs
  1779.           Visible = True
  1780.         end
  1781.         item
  1782.           Item = BtnSaveWMLAs
  1783.           Visible = True
  1784.         end
  1785.         item
  1786.           Item = mmisaveJSAs
  1787.           Visible = True
  1788.         end
  1789.         item
  1790.           Item = mmisavePHPAs
  1791.           Visible = True
  1792.         end>
  1793.     end
  1794.     object BtnSaveHTMLAs: TdxBarButton
  1795.       Category = 2
  1796.       Visible = ivAlways
  1797.       OnClick = BtnSaveHTMLAsClick
  1798.     end
  1799.     object mmiDelete: TdxBarButton
  1800.       Caption = '&Delete'
  1801.       Category = 3
  1802.       HelpContext = 657
  1803.       Hint = 'Delete'
  1804.       Visible = ivAlways
  1805.       ImageIndex = 4
  1806.       ShortCut = 24644
  1807.       OnClick = actnDeleteExecute
  1808.     end
  1809.     object BtnSaveCSSas: TdxBarButton
  1810.       Category = 2
  1811.       Visible = ivAlways
  1812.       OnClick = BtnSaveCSSasClick
  1813.     end
  1814.     object BtnSaveASPas: TdxBarButton
  1815.       Category = 2
  1816.       Visible = ivNever
  1817.       OnClick = BtnSaveASPasClick
  1818.     end
  1819.     object mmiProperties: TdxBarButton
  1820.       Caption = 'Show &properties'
  1821.       Category = 3
  1822.       HelpContext = 658
  1823.       Hint = 'Show properties'
  1824.       Visible = ivAlways
  1825.       ButtonStyle = bsChecked
  1826.       ImageIndex = 5
  1827.       ShortCut = 16464
  1828.       OnClick = actnPropertiesExecute
  1829.     end
  1830.     object BtnSaveSSIas: TdxBarButton
  1831.       Category = 2
  1832.       Visible = ivNever
  1833.       OnClick = BtnSaveSSIasClick
  1834.     end
  1835.     object BtnSaveXMLAs: TdxBarButton
  1836.       Category = 2
  1837.       Visible = ivNever
  1838.       OnClick = BtnSaveXMLAsClick
  1839.     end
  1840.     object BtnSaveWMLAs: TdxBarButton
  1841.       Caption = 'WML'
  1842.       Category = 2
  1843.       Hint = 'WML'
  1844.       Visible = ivAlways
  1845.       OnClick = BtnSaveWMLAsClick
  1846.     end
  1847.     object mmisaveJSAs: TdxBarButton
  1848.       Caption = 'JavaScript'
  1849.       Category = 2
  1850.       Hint = 'JavaScript'
  1851.       Visible = ivNever
  1852.       OnClick = mmisaveJSAsClick
  1853.     end
  1854.     object mmisavePHPAs: TdxBarButton
  1855.       Caption = 'PHP'
  1856.       Category = 2
  1857.       Hint = 'PHP'
  1858.       Visible = ivNever
  1859.       OnClick = mmisavePHPAsClick
  1860.     end
  1861.     object mmiSaveAll: TdxBarButton
  1862.       Category = 2
  1863.       HelpContext = 655
  1864.       Visible = ivAlways
  1865.       ImageIndex = 2
  1866.       ShortCut = 24660
  1867.       OnClick = actnSaveAllExecute
  1868.     end
  1869.     object mmiExit: TdxBarButton
  1870.       Caption = 'E&xit'
  1871.       Category = 2
  1872.       HelpContext = 4582
  1873.       Hint = 'Exit'
  1874.       Visible = ivAlways
  1875.       ShortCut = 32883
  1876.       OnClick = mmiExitClick
  1877.     end
  1878.     object mmiCompat: TdxBarButton
  1879.       Caption = 'Advanced &compatibility'
  1880.       Category = 3
  1881.       HelpContext = 702
  1882.       Hint = 'Advanced compatibility'
  1883.       Visible = ivAlways
  1884.       OnClick = actnCompatExecute
  1885.     end
  1886.   end
  1887.   object ilbuttonsex: TImageListEx
  1888.     Left = 87
  1889.     Top = 182
  1890.     Data = {
  1891.       DA0B0000424DDA0B000010001000DA00000028000000B0000000100000000100
  1892.       0800000000000000000000000000000000002900000029000000FFFF00007B7B
  1893.       7B00639C9C00FF63310000000000808080000000400000FFFF00000084008484
  1894.       8400FFFFFF00CEFFFF00FFFF9C004200000040FFFF0040A0FF0040A0A00040A0
  1895.       80009CCECE00FFCE310084FFFF00BDBDBD0031636300FF9C3100FF0000004080
  1896.       8000FF42FF0000008000CECECE009CFFFF0000A0A0004060600084C6FF0084C6
  1897.       C60000A0FF0042A5FF0042FFFF0042A5A50042A5840000002000002020000000
  1898.       0000000000000000000000000000000000000000000000000000000000000000
  1899.       0404040404040404040404280000000000000000000000000000000000000000
  1900.       0000000000000000000000000000000404040404040404040404040400000000
  1901.       0000000000000000000000000000000000000000000000000000000000000000
  1902.       0000000000000000000000000000000000000000000000000000000000000000
  1903.       0000000000000000000000000000000000000000000000000000000000000000
  1904.       040404040404040404040400040000000404110A0A0A0A0A0A0A112800000000
  1905.       0101010101010101010101010101000001010101010101010101010101010009
  1906.       1C1C1C1C1C1C1C1C1C1C1C040000000000000000000000000000000000000404
  1907.       0404040404040404040404040400040400040400040400000000000000000000
  1908.       0000000000060600000000000000000000000004040000000000000000000000
  1909.       000000000000000000000000000000000404100A0A0A0A0A0A0A0A1F04000000
  1910.       0410110A0A0A0A0A0A0A11270000000404040404040404040404040404010004
  1911.       040404040404040404040404040100090A1D0A1D0A1D0A1D0A1D1C0400000000
  1912.       04000400040004000000000000000D0D0D0D0D0D0D0D0D0D0D0D0D0D0D000404
  1913.       0004040004040000000000000000000000000006061900060000000000000000
  1914.       0000000404000000000000000000000404040404040404040404040000000000
  1915.       0410100A0A0A0A0A0A0A0A1F040000000410110A0A0A0A0A0A0A110400000004
  1916.       262525252523232304040A0704010004262525252523232304040A0704010009
  1917.       180A181818181818180A1C040000000000000000000004040000000000000D14
  1918.       1414141414202020212121210D00000000000000000000000000000000000000
  1919.       0006061919000600060000000000000000000404000000000404000000000004
  1920.       0407070722221E1E1111110400000000040F100A0A0A0A0A0A0A0A1F04000000
  1921.       040F100A0A0A0A0A0A0A11040000000425252323232307070415040A04010904
  1922.       25252323232307070415040A040100090A1D0A1D0A1D0A1D0A1D1C0400000000
  1923.       00000000000004040400000000000D140404041404040420040404210D000000
  1924.       0000000000000000000000000000000606191900060606000006000000000400
  1925.       0000040400000000040400000000000407040707072222221E1E110400000000
  1926.       040F0F0A0A0A0A0A0A0A0A1F04000000040F100A0A0A0A0A0A0A110400000004
  1927.       2323232424070707040715040401080423232324240707070407150404010009
  1928.       180A181818181818180A1C040000000000000000000004070504000000000D14
  1929.       1414141414141414202021210D00000000000000000000000000000004040604
  1930.       1900060606060606000006000000040400040400000000000000000000000004
  1931.       0704040404040404041E1E1104000000040F0F0A0A0A0A0A0A0A0A1F04000000
  1932.       040F000000000000000011040000000407070707070707070404040404010808
  1933.       070707070908070704040404040100090A1D0A1D0A1D0A1D0A1D1C0400000000
  1934.       00000000000004070004000000000D140404041404040414040404210D000000
  1935.       0000000500000000000000040404060400060607060606060600000600000404
  1936.       0404040000000000040400000000000407070707070707071E041E1E04000000
  1937.       040E0F0F0F1010101111111F04000000040E0F04040404040411110400000004
  1938.       0A01070A070A0707070707070401090809070709080907070707070704010009
  1939.       030A030303030303030A1C040000000000000000000000040705040000000D14
  1940.       1414141414141414141420200D00000500000518050000000000040404000606
  1941.       0606060600060606060600000600040404040404040400000404000000000004
  1942.       07070707070707070707040404040000040E0E0F0F0F10101011111104000000
  1943.       040E0E040F101004111111040000010707010A07010707070707070704010008
  1944.       080907080807070707070707040100091C1C1D0A1D1C041C1D0A1C0400000000
  1945.       00000000000000040700040000000D140404041404040414040404140D000518
  1946.       0500000500000000000404040000000606060606190706060606060000060404
  1947.       0404040404000000000404000000000407070707070707070707070400000000
  1948.       040E0E040F0F0F101010111104000000040E0E040F0F10041111040400001501
  1949.       0A01070107070707070707070401000908080808070707070707070704010009
  1950.       04041C0A1C0412041C1D1C040000000000000000000000000407050400000D14
  1951.       1414141414141414141414140D00000500000000000000000404040000000000
  1952.       0606060606190707070006060019040404040404000000000000040400000004
  1953.       07070707070707070707070400000000040E0E040E0F0F0F0410101104000000
  1954.       04040404040404040404040400000101010A010A070707070707070704010009
  1955.       08080807070707070707070704010009020B041C041216120404040404040000
  1956.       00000000000000000407040400000D140404041404040414040404140D000000
  1957.       0000000000000004040400000000000000060606060606060607000606190404
  1958.       0404040000000404000000040400000407070707040404040404040400000000
  1959.       040E0E040E0E0F0F0410101004000000040E0E0E0F0F0F041011040400000A07
  1960.       01070A01010101040404040404000908080808090404040404040404041A0009
  1961.       0A020B04121612160202020403030000000000000000000000041B1B04000D14
  1962.       1414141414141414141414140D00000000050000000004040400000000000000
  1963.       0000060606000606060706060606040404040000000404000000000404000004
  1964.       04040404000000000000000000000000040E0E040E0E0F0F040F100400000000
  1965.       0404040404040404040404040000150107010701070000000000000000000808
  1966.       090008080900000000000000000000090909020B041216121212020217170000
  1967.       00000000000000000004040400000D0D0D0D0D0D0D0D0D0D0D0D0D0D0D000000
  1968.       0518050000040404000000000000000000000006060019070706060606000404
  1969.       0400000000040400000000040400000000000000000000000000000000000000
  1970.       04040404040404040404040000000000040E0E0E0E0F0F101004110400000107
  1971.       0001000001070000000000000000000000000008080900000000000000000000
  1972.       000000020B040B0B121212121313000000000000000000000000000000000D14
  1973.       0D0D0D140D0D0D140D0D0D140D00000000050000040704000000000000000000
  1974.       0000000006060606060606000000040400000000000004040000000404000000
  1975.       0000000000000000000000000000000000000000000000000000000000000000
  1976.       0404040404040404040404000000070000010700000100000000000000000000
  1977.       0000000008080900000000000000000000000000020A0A0B0B0B0B020C0C0000
  1978.       00000000000000000000000000000D0D0D0D0D0D0D0D0D0D0D0D0D0D0D000000
  1979.       0000000407040000000000000000000000000000000606060600000000000400
  1980.       0000000000000004040404040000000000000000000000000000000000000000
  1981.       0000000000000000000000000000000000000000000000000000000000000000
  1982.       0001000000000000000000000000000000000000000000000000000000000000
  1983.       0000000000020202020202000303000000000000000000000000000000000404
  1984.       0404040404040404040404040400000000000005040000000000000000000000
  1985.       000000000000060000000000000000000000000000000000000000000000}
  1986.   end
  1987.   object dxBarPopupMenu: TdxBarPopupMenu
  1988.     BarManager = dxBarManager1
  1989.     ItemLinks = <
  1990.       item
  1991.         Item = BtnEditType
  1992.         Visible = True
  1993.       end
  1994.       item
  1995.         Item = mmiDelete
  1996.         Visible = True
  1997.       end
  1998.       item
  1999.         BeginGroup = True
  2000.         Item = mmiAdd
  2001.         Visible = True
  2002.       end
  2003.       item
  2004.         Item = mmiAddAttr
  2005.         Visible = True
  2006.       end>
  2007.     UseOwnFont = False
  2008.     Left = 87
  2009.     Top = 126
  2010.   end
  2011.   object dsrcHTMLRef: TDataSource
  2012.     DataSet = dsetHTMLRef
  2013.     Left = 59
  2014.     Top = 210
  2015.   end
  2016.   object dsetHTMLRef: TdxMemData
  2017.     Active = True
  2018.     Indexes = <>
  2019.     SortOptions = [soCaseInsensitive]
  2020.     AfterInsert = dsetHTMLRefAfterInsert
  2021.     BeforeEdit = dsetHTMLRefBeforeEdit
  2022.     BeforePost = dsetHTMLRefBeforePost
  2023.     AfterPost = dsetHTMLRefAfterPost
  2024.     AfterCancel = dsetHTMLRefAfterCancel
  2025.     BeforeDelete = dsetHTMLRefBeforeDelete
  2026.     OnCalcFields = dsetHTMLRefCalcFields
  2027.     OnNewRecord = dsetHTMLRefNewRecord
  2028.     Left = 35
  2029.     Top = 370
  2030.     object fldSection: TStringField
  2031.       DisplayLabel = 'Section'
  2032.       FieldKind = fkCalculated
  2033.       FieldName = 'SECTION'
  2034.       ReadOnly = True
  2035.       Required = True
  2036.       Size = 16
  2037.       Calculated = True
  2038.     end
  2039.     object fldTag: TStringField
  2040.       DisplayLabel = 'Tag'
  2041.       FieldName = 'TAG'
  2042.       Required = True
  2043.       Size = 255
  2044.     end
  2045.     object fldAttr: TStringField
  2046.       DisplayLabel = 'Attribute'
  2047.       FieldName = 'ATTR'
  2048.       OnValidate = fldAttrValidate
  2049.       Size = 64
  2050.     end
  2051.     object fldType: TStringField
  2052.       DefaultExpression = 'Caption'
  2053.       DisplayLabel = 'Type'
  2054.       FieldName = 'TYPE'
  2055.       Size = 64
  2056.     end
  2057.     object fldCompat: TSmallintField
  2058.       DisplayLabel = 'Compatibility'
  2059.       FieldName = 'COMPAT'
  2060.       LookupCache = True
  2061.     end
  2062.     object fldTAGTYPE: TWordField
  2063.       FieldName = 'TAGTYPE'
  2064.     end
  2065.     object fldTAGNAME: TStringField
  2066.       FieldKind = fkCalculated
  2067.       FieldName = 'TAGNAME'
  2068.       Size = 255
  2069.       Calculated = True
  2070.     end
  2071.     object fldFOLDER: TStringField
  2072.       FieldKind = fkCalculated
  2073.       FieldName = 'FOLDER'
  2074.       Size = 255
  2075.       Calculated = True
  2076.     end
  2077.   end
  2078. end
  2079.